type github.com/jackc/pgx/v5/pgtype.encodePlanTimestampCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamp.go#L155: 		return encodePlanTimestampCodecBinary{}
		timestamp.go#L163: type encodePlanTimestampCodecBinary struct{}
		timestamp.go#L165: func (encodePlanTimestampCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {